QuickTime 3 Reference

Previous | Chapter Top | Chapter Contents | Next

Instrument About Information

The instrument About information structure contains the information that appears in the instrument's About box and is returned by the MusicGetInstrumentAboutInfo function MusicGetInstrumentInfo . It is defined by the InstrumentAboutInfo data type.

struct InstrumentAboutInfo {
    PicHandle                   p;
    Str255                      author;
    Str255                      copyright;
    Str255                      other;
};
typedef struct InstrumentAboutInfo InstrumentAboutInfo;
p
A handle to a graphic for the About box.
author
The author's name.
copyright
The copyright information.
other
Any other textual information.

© 1997 Apple Computer, Inc.

Previous | Chapter Top | Chapter Contents | Next